object SaveFilesDlg: TSaveFilesDlg Left = 324 Top = 136 BorderStyle = bsDialog Caption = 'Sauver les fichiers' ClientHeight = 118 ClientWidth = 460 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 16 Top = 16 Width = 32 Height = 32 end object OKBtn: TButton Left = 180 Top = 88 Width = 73 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = OKBtnClick end object CancelBtn: TButton Left = 260 Top = 88 Width = 73 Height = 23 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 3 end object LeftPick: TRadioGroup Left = 64 Top = 8 Width = 185 Height = 65 Caption = 'Fichier de gauche' ItemIndex = 0 Items.Strings = ( 'Sauver les changements' 'Sauver les changements sous...' 'Omettre les changements') TabOrder = 0 end object RightPick: TRadioGroup Left = 264 Top = 8 Width = 185 Height = 65 Caption = 'Fichier de droite' ItemIndex = 0 Items.Strings = ( 'Sauver les changements' 'Sauver les changements sous...' 'Omettre les changements') TabOrder = 1 end object DiscardAllBtn: TButton Left = 368 Top = 88 Width = 81 Height = 23 Cancel = True Caption = '&D'#233'faire tout' ModalResult = 1 TabOrder = 4 OnClick = DiscardAllBtnClick end end